home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ctrimsrf.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  499 b   |  21 lines

  1. .TH CTRIMSRF
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CTRIMSRF
  5.  
  6.  
  7.  
  8.  ListType CTRIMSRF( TrimSrfType TSrf, NumericType Parametric )
  9.  
  10. Extract the trimming curves of a trimmed surface TSrf.
  11. If Parametric is not zero, then the trimming curves are extracted
  12. as parametric space curves of TSrf. Otherwise, the trimming curves
  13. are evaluated into Euclidean space as curves on surface TSrf.
  14.  
  15. Example:
  16.  
  17.     TrimCrvs = CTRIMSRF( TrimSrf, FALSE ); 
  18.  
  19. extracts the trimming curves of TrimSrf as Euclidean curves on
  20. TrimSrf.
  21.